NEGBIGEN

This program will generate 99 random numbers based on the negative binomial distribution. 
P represents the probability for success in each of the trials
N represents the number of geometrically distributed random variables to sum. 

It will return a histogram of the data and uses Zoomstat for the diagram.

This code is based on the ANSI C library for generating random variates as given by Steve Park and Dave Geyer. 